home *** CD-ROM | disk | FTP | other *** search
- Path: news.nas.com!dialup03
- From: sjohnson@nas.com (Duane McCollough)
- Newsgroups: comp.lang.c++
- Subject: Borland C++ errors in Win95
- Date: Thu, 25 Jan 96 13:56:23 GMT
- Organization: Network Access Services, Inc.
- Message-ID: <4e8cm5$32f@barad-dur.nas.com>
- NNTP-Posting-Host: dialup03.nas.com
- Summary: Invalid page fault / exception error in kernel32.dll / in 32 bit applications
- Keywords: Invalid Page fault excepton error
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- I have been running into problems when running 32 bit applications in
- Windows95 which have been created with Borland C++ 4.02. The errors show up as
- invalid page faults in whatever module or program is executing, and exception
- c0000026H in KERNEL32.DLL also occurs.
- At first I thought it was hardware related and tried a different motherboard,
- display and disk controlers and taking my system down to minimum hardware
- configaration. I have also reloaded all software several times, played with
- the swap file sitting. Recompiling does not work.
- The main application that I am having trouble with is AckEdit a Windows
- editor for ACK3D a 3d game engine. The error occurs most often when the
- editor tries to free up bitmaps (320x200 8bit). The engine uses its own alloc
- and free routines so the program can track memory usage better. I modified it
- to use alloc and free directly, there was no change. I am also geting the
- same exception code when running bench32 a program that I download in which
- the docs said it was created using Borland 4.02.
- The next step I was considering was to upgrade to Borland C++ 4.51 or even
- another C++ compiler, but if that is not the problem I would like to know
- before doing it.
-
-